-
-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition to #846 and #855: #869
Conversation
@SrinivasanTarget Could you check it on iOS? |
@@ -72,7 +72,7 @@ default void setClipboardText(String text) { | |||
*/ | |||
default String getClipboardText() { | |||
byte[] base64decodedBytes = Base64 | |||
.getDecoder() | |||
.getMimeDecoder() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did suggested this in last PR. How did i missed it. Good catch @TikhomirovSergey
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mykola-mokhnach Last time when i locally built Appium's WDA(Forked) and tested clipboard of URL's where passing in iOS after your fix here but now i upgraded my XCUI driver to latest release but URL's stopped working after that.
URL's are working only if i use mime decoding for URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you make mime decoding for getClipboardUrl too? Else it is failing...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@SrinivasanTarget Will make that today
@SrinivasanTarget I made some changes. Could you run iOS test one more time? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good. any chance we can publish a new beta?
Change list
Types of changes
Details
I could reproduce
java.lang.IllegalArgumentException: Input byte array has incorrect ending byte at...
on the getting of clipboard text